home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 235_02 / readme.src < prev    next >
Text File  |  1987-06-16  |  2KB  |  48 lines

  1.  
  2.  
  3. OverView 1.02  1-Mar-87
  4.  
  5. The files in this archive make up the complete source code for
  6. OverView version 1.02.  Refer to the software license in the
  7. OV.DOC file for restrictions on the use and distribution of this
  8. source code.
  9.  
  10. OverView is written in a combination of Microsoft C version 4.0
  11. and Microsoft MASM.  It is compiled as a small model program.  If
  12. you have a different C compiler, it shouldn't be too difficult to
  13. convert the source code to another compiler.  However, I do make
  14. use of the Microsoft FAR keyword in quite a few places - if your
  15. compiler doesn't support that keyword (or something like it) the
  16. conversion will be more difficult.
  17.  
  18. I've included the makefile I use when building OverView, but it
  19. is from a homegrown make program and may not be totally
  20. compatable with the Microsoft (or other) make program.  If you
  21. know enough to use make, you should be able to convert the
  22. makefile without trouble.
  23.  
  24. In addition to the OverView source files, the source for the
  25. CVTHLP program is also included.  CVTHLP converts an ascii text
  26. help file to the format required by OverView.  The file OVHLP.TXT
  27. is the current OverView help file in a format acceptable to
  28. CVTHLP.  You can edit the OVHLP.TXT file (the format should be
  29. obvious) and then create a new OV.HLP file by entering the
  30. command:
  31.  
  32.    CVTHLP OVHLP.TXT OV.HLP
  33.  
  34. The file GETOPT.C requires special mention.  This is a public
  35. domain version of a routine downloaded from the USENET network a
  36. couple of years ago.  I believe this is the only file I did not
  37. write from scratch.  GETOPT.C is used only by CVTHLP.C.
  38.  
  39. Please feel free to write with any comments, friendly criticisms,
  40. problem reports, and improvement ideas you might have about the
  41. product.  I hope that you find this program of use.  Thank you.
  42.  
  43.  
  44. Jim Mathews
  45. Blue Sky Software
  46. P.O. Box 27495
  47. Minneapolis, MN 55427
  48.